From b98e97c40e4917bacf48410625abb78a91cc2b17 Mon Sep 17 00:00:00 2001 From: "djm@sportsman.spdomain" Date: Thu, 9 Jun 2005 22:13:12 +0000 Subject: [PATCH] bitkeeper revision 1.1707 (42a8bef84ufqr4dGKMyBtJRUb9pcOQ) Accomodate recent addition of physaddr_t type --- xen/include/asm-ia64/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 1052e595ac..442d49a382 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -27,6 +27,8 @@ // needed by include/asm-ia64/processor.h (and other places) typedef int pid_t; +// now needed for xen/include/mm.h +typedef unsigned long physaddr_t; // from include/linux/kernel.h #define ALIGN(x,a) (((x)+(a)-1)&~((a)-1)) -- 2.30.2